28 * ActiveXControlQuery string CLASSID -- Returns -1 if the ActiveX control is installed, otherwise 0.\n
29 * ActiveXControlDownload string CLASSID, string URL, integer ver1, integer ver2, integer ver3, integer ver4 -- Downloads a particular version of the specified ActiveX control from a URL. Returns -1 if the download succeeded, otherwise 0.\n
30 * ActiveXControlRegister string FILENAME -- Locates the specified control file on the application path and calls the DllRegisterServer entry point. Typically, this will install an ActiveX control that is self registering. Returns -1 if the install succeeded, otherwise 0.\n
31 * ActiveXControlUnregister string FILENAME -- Locates the specified control file on the application path and calls the DllUnregisterServer entry point. Typically, this will uninstall an ActiveX control that is self registering. Returns -1 if the install succeeded, otherwise 0.
32 None
33 High
34 Medium
35 Disabled
36 Enabled
37 True
38 False
39 is
40 ActiveX object failed to download from URL. Downloading ActiveX objects is not permitted in Authorware non-trusting mode.
41 ActiveX object failed to initialize. In Authorware non-trusting mode, ActiveX objects that use author-supplied parameters must be marked as safe for initialization.
42 Could not execute CallSprite on an ActiveX object. In Authorware non-trusting mode, CallSprite is only allowed on ActiveX controls that have been marked as safe for scripting.